Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add params_min/max into break point pickle #258

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Conversation

lu-kas
Copy link

@lu-kas lu-kas commented Sep 22, 2020

_algorithm.py:

The variables params_min/max are not stored in the break point database. As they are not recomputed after a restart they eventually may not get updated, if no new min/max was achieved in the continued run.

Could you please check if there may be other candidates like this?

@coveralls
Copy link

Pull Request Test Coverage Report for Build 878

  • 0 of 4 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.04%) to 89.76%

Changes Missing Coverage Covered Lines Changed/Added Lines %
spotpy/algorithms/_algorithm.py 0 4 0.0%
Files with Coverage Reduction New Missed Lines %
spotpy/algorithms/_algorithm.py 1 86.12%
Totals Coverage Status
Change from base Build 877: -0.04%
Covered Lines: 4146
Relevant Lines: 4619

💛 - Coveralls

@thouska
Copy link
Owner

thouska commented Sep 28, 2020

@lu-kas thx for your message, indeed these candidates were missing. So far I did not find other candidates, therefor I think we can merge your contribution and hope this is working fine now.

@thouska thouska merged commit afd996d into thouska:master Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants